home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_96_EX7.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  799 b   |  36 lines

  1. on enterFrame
  2.   set the memberNum of sprite 46 to 0
  3.   puppetSprite(46, 0)
  4.   puppetSprite(31, 0)
  5.   puppetSprite(32, 0)
  6.   repeat with n = 18 to 29
  7.     puppetSprite(n, 0)
  8.   end repeat
  9.   puppetSprite(14, 0)
  10.   puppetSprite(15, 0)
  11.   puppetSprite(16, 0)
  12.   puppetSprite(30, 0)
  13.   puppetSprite(34, 0)
  14.   puppetSprite(45, 0)
  15.   puppetSprite(48, 0)
  16.   updateStage()
  17. end
  18.  
  19. on exitFrame
  20.   global gExMovie
  21.   member(gExMovie).controller = 0
  22.   member(gExMovie).directToStage = 0
  23.   repeat with n = 37 to 41
  24.     sprite(n).visible = 1
  25.   end repeat
  26.   cursor(-1)
  27.   set the cursor of sprite 18 to 0
  28.   set the cursor of sprite 19 to 0
  29.   set the cursor of sprite 32 to 0
  30.   set the cursor of sprite 48 to 0
  31.   set the cursor of sprite 18 to 0
  32.   set the cursor of sprite 31 to 0
  33.   sprite(44).visible = 1
  34.   puppetTransition(23)
  35. end
  36.